os.Process.handle (field)
12 uses
os (current package)
exec.go#L61: handle *processHandle
exec.go#L140: handle: ph,
exec.go#L162: if p.handle == nil {
exec.go#L170: h, ok := p.handle.acquire()
exec.go#L188: if p.handle == nil {
exec.go#L191: p.handle.release()
exec.go#L196: if p.handle != nil {
exec.go#L318: if p.handle != nil {
exec.go#L326: p.handle.release()
exec_posix.go#L81: if p.handle == nil {
exec_unix.go#L23: if p.handle != nil {
exec_unix.go#L84: if p.handle != nil {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |